disable gobject introspection by default
authorØyvind Kolås <pippin@gimp.org>
Mon, 19 Mar 2012 12:46:45 +0000 (12:46 +0000)
committerØyvind Kolås <pippin@gimp.org>
Mon, 19 Mar 2012 12:46:47 +0000 (12:46 +0000)
The tooling crashes with odd strlen assertions breaking the build on many
existing linux distros. This change should make gobject introspection
disabled by defualt.

m4/introspection.m4

index 589721c5a02008e3b32e3978e6b201d6f4c6cb92..84e2c612d0728661f94aa31eb06ab5af012e9d05 100644 (file)
@@ -22,7 +22,7 @@ m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
         AC_ARG_ENABLE(introspection,
                   AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
                                  [Enable introspection for this build]),, 
-                                 [enable_introspection=auto])
+                                 [enable_introspection=no])
     ])dnl
 
     AC_MSG_CHECKING([for gobject-introspection])